home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / Other Langs / Tickle-4.0 (tcl) / library / help / tcl / internation / catgets < prev    next >
Encoding:
Text File  |  1993-10-26  |  521 b   |  11 lines  |  [TEXT/$Tcl]

  1.  
  2.  
  3.           catgets catHandle setnum msgnum defaultstr
  4.                Retrieve a message form a  message  catalog.  CatHandle
  5.                should  be  a  Tcl  message  catalog  handle  that  was
  6.                returned by catopen.  Setnum is the message set number,
  7.                and  msgnum is the message number. If the message cata-
  8.                log was not opened,  or  the  message  set  or  message
  9.                number  cannot  be  found,  then  the  default  string,
  10.                defaultstr, is returned.
  11.